home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software 2000
/
Software 2000 Volume 1 (Disc 1 of 2).iso
/
utilities
/
u265.dms
/
in.adf
/
ConMan
/
pushdemo
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-11
|
197 b
|
10 lines
; Script to demonstrate "push" and "queue"
; Can you predict the outcome?
queue echo line1
queue echo line2
push echo line3
queue echo line4
push echo line5
queue echo "So did you guess right?"